projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab0ad4a
)
Adwaita: make transition offset more subtle
author
Jakub Steiner
<jimmac@gmail.com>
Mon, 4 May 2020 09:29:19 +0000
(11:29 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Mon, 4 May 2020 09:29:19 +0000
(11:29 +0200)
- be less like wobbly windows
gtk/theme/Adwaita/_drawing.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_drawing.scss
b/gtk/theme/Adwaita/_drawing.scss
index 4bb7d97d5c33702e825d32e5c417dd6d3d1cc74a..d505e43e5772be9a3aa3e549f33a11fbbdfb2338 100644
(file)
--- a/
gtk/theme/Adwaita/_drawing.scss
+++ b/
gtk/theme/Adwaita/_drawing.scss
@@
-11,7
+11,7
@@
@mixin focus-ring($target: null, $width: 2px, $offset: -$width, $outer: false) {
& #{$target} {
outline: 0 solid transparent;
- outline-offset: if($outer, $offset +
10px, $offset + $width + 10
px);
+ outline-offset: if($outer, $offset +
4px, $offset + $width + 4
px);
}
&:focus:focus-visible #{$target} {